home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / rex.lha / rex / m2c / Eval.h < prev    next >
C/C++ Source or Header  |  1992-08-18  |  225b  |  11 lines

  1. #define DEFINITION_Eval
  2.  
  3. #ifndef DEFINITION_Tree0
  4. #include "Tree0.h"
  5. #endif
  6.  
  7. extern void Eval_Eval ARGS((Tree0_tTree0 yyt));
  8. extern void Eval_BeginEval ARGS(());
  9. extern void Eval_CloseEval ARGS(());
  10. extern void BEGIN_Eval();
  11.